Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix sync snapshot scripts and add workflow_dispatch event trigger #3563

Merged
merged 2 commits into from
Jul 26, 2022

Conversation

yourmoonlight
Copy link
Collaborator

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

@codecov
Copy link

codecov bot commented Jul 26, 2022

Codecov Report

Merging #3563 (e59c669) into master (6011f5f) will decrease coverage by 0.07%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3563      +/-   ##
==========================================
- Coverage   29.41%   29.34%   -0.06%     
==========================================
  Files         589      589              
  Lines       49805    49805              
  Branches    23433    23433              
==========================================
- Hits        14643    14611      -32     
+ Misses      21015    21008       -7     
- Partials    14147    14186      +39     
Flag Coverage Δ
unittests 29.34% <ø> (-0.06%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
consensus/src/consensus.rs 55.56% <0.00%> (-6.34%) ⬇️
chain/src/verifier/mod.rs 34.51% <0.00%> (-4.92%) ⬇️
chain/open-block/src/lib.rs 31.79% <0.00%> (-4.63%) ⬇️
consensus/src/dummy.rs 65.22% <0.00%> (-4.34%) ⬇️
storage/src/transaction_info/mod.rs 50.00% <0.00%> (-4.34%) ⬇️
vm/types/src/on_chain_config/mod.rs 42.47% <0.00%> (-4.10%) ⬇️
types/src/account_state.rs 60.00% <0.00%> (-3.33%) ⬇️
commons/accumulator/src/tree.rs 55.76% <0.00%> (-3.09%) ⬇️
commons/accumulator/src/lib.rs 48.98% <0.00%> (-3.06%) ⬇️
vm/types/src/token/stc.rs 63.24% <0.00%> (-2.94%) ⬇️
... and 61 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6011f5f...e59c669. Read the comment docs.

@jolestar jolestar merged commit 45bc82a into master Jul 26, 2022
@jolestar jolestar deleted the fix_sync_snapshot branch July 26, 2022 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants